projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b45d5
)
Define SIZE_MAX for MSVC, part of bug #14409.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 16 May 2013 17:31:25 +0000
(20:31 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 16 May 2013 17:31:25 +0000
(20:31 +0300)
nt/inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define.
nt/ChangeLog
patch
|
blob
|
history
nt/inc/stdint.h
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index 80b6390d3682f54351f9a6513680b38ccfeaae91..ebda94e80f3b97553235ae914cb3183ac902001f 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,5
+1,7
@@
2013-05-16 Eli Zaretskii <eliz@gnu.org>
+ * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define. (Bug#14409)
+
* msysconfig.sh: New file.
* mingw-cfg.site: New file.
diff --git
a/nt/inc/stdint.h
b/nt/inc/stdint.h
index c8b3aba091642e9a45310fe35d65301c565bcb6e..c9548c00e11ff2d99ee59b18a17ec39d7bfaab4f 100644
(file)
--- a/
nt/inc/stdint.h
+++ b/
nt/inc/stdint.h
@@
-65,6
+65,7
@@
typedef unsigned int uint32_t;
#define PTRDIFF_MAX INTPTR_MAX
#define PTRDIFF_MIN INTPTR_MIN
+#define SIZE_MAX UINTPTR_MAX
#endif /* !__GNUC__ */